home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / nt4.0 workstation / DRVLIB.NIC / SKFINT / SKFINT.TXT < prev   
Encoding:
Text File  |  1996-07-27  |  6.3 KB  |  214 lines

  1.              +++++++++++++++++++++++++++++++++              ++++
  2.            ++++++++++++++++++++++++++++++++++++           +++++++
  3.           +++++++++++++++++++++++++++++++++++++         ++++++++
  4.           ++++++++++++++++++++++++++++++++++++        ++++++++
  5.                                                    ++++++++
  6.                                                   ++++++++
  7.           +++++++++++++++++++++++++++           ++++++++
  8.           +++++++++++++++++++++++++++++       ++++++++
  9.            +++++++++++++++++++++++++++++     ++++++++
  10.              +++++++++++++++++++++++++++     ++++++++
  11.                                               ++++++++
  12.                                                ++++++++
  13.     ++++++++++++++++++++++++++++++++++++        ++++++++
  14.    +++++++++++++++++++++++++++++++++++++         ++++++++
  15.    ++++++++++++++++++++++++++++++++++++           ++++++++
  16.     +++++++++++++++++++++++++++++++++               +++++
  17.  
  18. (C)Copyright 1993-1996 SysKonnect,
  19. a business unit of Schneider & Koch & Co. Datensysteme GmbH.
  20. All rights reserved
  21. ==========================================================================
  22.  
  23. SKFINT.TXT
  24.  
  25. Readme File for Windows NT NDIS3 Driver for SK-NET FDDI ISA Adapters
  26. Subject: SKFINT.SYS NDIS3 Driver corresponding to the NDIS 3.0
  27.      Specification as delivered with Windows NT.
  28.  
  29.  
  30.  
  31. Version / Date / Author of this file: v2.10 / 28-Mar-1996 / SW
  32. Version / Date / Author of the referred subject: v2.32 / 28-Mar-1996 / SW
  33.  
  34. This file contains
  35. (1) Overview
  36. (2) Required files
  37. (3) Installation instructions
  38. (4) Troubleshooting
  39. (5) History
  40.  
  41. ===============================================================================
  42.  
  43.  
  44. (1) OVERVIEW
  45. ============
  46.  
  47. This README explains how to install the SKFINT.SYS driver on a
  48. Windows NT workstation or server.
  49. ***
  50.  
  51.  
  52. (2) REQUIRED FILES
  53. ==================
  54.  
  55. In a single directory
  56.  
  57. - OEMNADSK.HLP    Help file for SK-NET drivers
  58.  
  59. - OEMNADSK.DLL    Dialogs for SK-NET drivers
  60.  
  61. - OEMSETUP.INF    Setup script for the driver
  62.  
  63. - SKFINT.SYS    The driver
  64. ***
  65.  
  66.  
  67. (3) INSTALLATION INSTRUCTIONS
  68. =============================
  69.  
  70. NOTE:    On an EISA machine, the SK-NET FDDI ISA Adapter should be
  71.     configured using the appropriate EISA configuration file.
  72.  
  73. Step 1: Start Windows NT.
  74.  
  75. Step 2: Open the CONTROL PANEL.
  76.  
  77. Step 3: Start NETWORK.
  78.  
  79. Step 4: Select ADD ADAPTER.
  80.  
  81. Step 5: Select <OTHER>.
  82.  
  83. Step 6: Type in the path to OEMSETUP.INF.
  84.  
  85. Step 7: Select the driver presented and select the appropriate configuration.
  86.     Then choose OK and restart your system.
  87. ***
  88.  
  89.  
  90. (4) TROUBLESHOOTING
  91. ===================
  92.  
  93. If you encounter problems using the SK-NET FDDI ISA Adapter, please
  94. re-read carefully the instructions above and the documentation supplied
  95. with the system.
  96.  
  97. If this does not help, please send us a description of the problems you have.
  98.  
  99. Also refer to your system log file (using the event viewer) and check
  100. it for entries from SKFINT.
  101.  
  102. The last 5 DWORDs of the logging data are:
  103.  
  104. - Slot number (-1 if the adapter is not EISA-configured),
  105.  
  106. - Interrupt number,
  107.  
  108. - Dma channel,
  109.  
  110. - Base I/O port, and
  111.  
  112. - Vendor code (3 bytes) / adapter id (1 byte)
  113.  
  114. of the adapter that caused the error.
  115.  
  116. Follows a list of some events, possible reasons (may be incomplete)
  117. and suggestions to fix your problem.
  118.  
  119. Event ID:    5001 -    Could not allocate the resources necessary
  120.             for operation.
  121. Reason(s):    Not enough RAM or pagefile too small.
  122. Help:        ...
  123.  
  124. ---------------
  125.  
  126. Event ID:    5003 -    Could not find an adapter.
  127. Reason(s):    Wrong slot or IO Port.
  128.         Adapter physically not installed.
  129.         System configuration information invalid.
  130. Help:        Check slot/port settings.
  131.         Check if adapter is physically present.
  132.         Check system configuration.
  133.  
  134. ---------------
  135.  
  136. Event ID:    5004 -    Could not connect to the interrupt number supplied.
  137. Reason(s):    The selected interrupt is already in use.
  138. Help:        Select free interrupt.
  139.  
  140. ---------------
  141.  
  142. Event ID:    5007 -    Timed out during an operation.
  143. Reason(s):    Wrong interrupt, DMA channel or base address.
  144.         Cable not connected.
  145. Help:        Start a driver under e.g. DOS (with the same resource usage)
  146.           and see if it works.
  147.         Check cabling.
  148.  
  149. ---------------
  150.  
  151. Event ID:    5009 -    Does not support the configuration supplied.
  152. Reason(s):    Invalid IRQ or DMA given.
  153. Help:        Check configuration.
  154.  
  155. ---------------
  156.  
  157. Event ID:    5012 -    The I/O base address supplied does not match
  158.             the jumpers on the adapter.
  159. Reason(s):    Jumper settings and software configuration conflict.
  160. Help:        Check jumper settings against software configuration.
  161.  
  162.  
  163. If your special problem is not listed or the error persists, please
  164. send us your system log file or at least the event id number and the
  165. logging data (as dwords) of the entries made by SKFINT.
  166. ***
  167.  
  168.  
  169. (5) HISTORY
  170. ===========
  171.  
  172. v2.00 Rev. A
  173.   - OID_GEN_DRIVER_VERSION now returns NDIS version (3.00) instead of driver
  174.     version.
  175.   - On EISA and MCA machines the installation script inserts the keyword
  176.     <BusNumber> into the registry.
  177.   - More memory is used as receive buffer to reduce overflows.
  178. v2.00 Rev. C
  179.   - Fixed test for successful memory allocation.
  180. v2.00 Rev. D
  181.   - Runs on multiprocessor systems.
  182.   - LINK_SPEED reporting corrected.
  183. v2.01
  184.   - Rejecting unsupported filters.
  185. v2.10
  186.   - Included EnhancedNonLlc mode.
  187.   - Implemented limited promiscuous mode (receive all non-LLC frames).
  188.     This may be disabled by setting <LimitPromiscuous> to 1 in the registry.
  189.   - SBA/ESS added
  190.   - Runs stable on multiprocessor systems.
  191. v2.10 Rev. C
  192.   - Fixes a problem with string parameter parsing (may prevent SBA/ESS from
  193.     starting)
  194. v2.20
  195.   - Fixes OID problems seen with the new NDIS tester.
  196. v2.30
  197.   - Fixed system crashing due to TCPIP reentrancy problems (stack
  198.     overflow).
  199.   - No longer writing a "Timeout" error log entry under heavy load.
  200.   - Double receive buffers allow parallel execution of DMA and receive
  201.     indication.
  202.   - Reset mechanism; both "soft" (caused by protocol) and "hard" (caused by
  203.     timeout watchdog).
  204. v2.31
  205.   - Software or hardware failure detected by driver caused the driver to
  206.     stop (endless software loop).
  207.   - Sender could deadlock when network load was heavy.
  208. v2.32
  209.   - Fixed lookahead length problems (OID_GEN_CURRENT_LOOKAHEAD) experienced
  210.     with new NDIS Tester (NCT).
  211. ***
  212.  
  213. *** End of information file ***
  214.